home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0408.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  1.0 KB  |  21 lines

  1. We're about to introduce a new Windows app that operates over Winsock V1.1.
  2. During the testing of this app we've run it over several winsocks, including
  3. Trumpet, NetManage Newt, MS TSR Stack, MS VxD Beta Stack, Novell LAN Workplace,
  4. and SUN PCNFS. We've had some problems, but in the main, we've gotten
  5. our app to work over all these stacks. Of course, the facility exists to
  6. query the stack for the vendor ID and only allow the app to run if it sees
  7. the correct stack. We don't do this, even though we bundle a stack with
  8. our product.
  9.  
  10. I suggest that in most cases of app/stack incompatibility, it's the app
  11. that's the problem. It's too much of a temptation to use vendor specific
  12. TCP or IP facilities rather than stick with what Winsock offers.
  13.  
  14. One temptation we've had is that we would like to be able to clean out
  15. an entry in the ARP table. There is no facility for this through Winsock,
  16. even though various stack vendors offer specific APIs for this. We've
  17. resisted doing this because it would tie us to one stack implementation.
  18.  
  19. --David Gunderson
  20.  
  21.